﻿@charset "utf-8";

	*{ margin: 0 auto; font-family:"Microsoft YaHei";}
	ul,ol{list-style:none; padding:0px;}
	a{ text-decoration:none; color:#000;}
	img{ max-width:100%; display:inline-block;}
	.picture img{display:block;}
	/*头部样式*/
	.max{ max-width:1200px;}
	
	header.header{ overflow:hidden;}
	.head_line{overflow:hidden; padding:12.5px 0px; background:#e6e6e6;}
	.head_line .max *{ float:left; font-size:14px; color:#888;}
	.head_line .text{ float:right;}
	.head_line .text a::after{content:"|"; padding:0px 5px;}
	.head_line .text a:last-child::after{ display:none;}
	.head_b{box-sizing:border-box; overflow:hidden; padding:22px 0px;}	
	.head_b .logo{float:left; max-width:70%; width:100%;}
	.head_b .logo img{float:left;}
	
	.header .contact{ float:right; max-width:18%; width:100%;display:flex; justify-content:space-between; margin-top:11px;}
	.header .contact .picture{ float:left; width:50px; margin:0px;}
	.header .contact .picture img{ float:left; margin-top:calc((100% - 40px) / 2)}
	.header .contact .content{ font-size:14px; color:#262626; float:right; margin:0px; max-width:170px;}
	.header .contact .content font{ float:left; width:100%; font-size:24px; color:#1baf45; font-weight:bold; line-height:26px;}
	
	
	

	/*导航样式*/
	nav{ background:url(../images/01.jpg) no-repeat center top; background-size:cover; overflow:hidden;}
	.nav li{ float:left; max-width:calc(100% / 9); width:100%; text-align:center;}
	.nav li a{ display:block; font-size:16px; color:#fff; padding:19.5px 0px;}
	.nav li:hover a{ background:url(../images/03.jpg) no-repeat center bottom;}
	#nav_select a{background:url(../images/03.jpg) no-repeat center bottom;}

	.dh{ float:right; display:none;}
	.iconnav-list:before{ font-size:60px;}
	
	/*幻灯片样式*/
	.banner{ max-width:100%; position:relative; min-height:150px; overflow:hidden; height:600px;}
	.banner ul{ position:absolute; left:0px; top:0px;}
	.banner ul li{ float:left; max-width:100%; overflow:hidden;}
	.banner:hover ol{ opacity:1;}
	.banner ol{opacity:0; width:100%; position:absolute; bottom:2%; transition:all 0.5s;-webkit-transition:all 0.5s; text-align:center;}
	.banner ol li{ margin:0 5px; cursor:pointer; border-radius:100%; height:5px; width:5px; display:inline-block; border:2px solid rgba(27,175,69,1); opacity:0.8;}
	.banner ol li:hover{border:2px solid rgba(0,104,183,1); opacity:1;}
	.banner li img{min-height:150px; height:600px;}
	.ban_img .banner li img,.ban_img .banner{ height:480px;}
	
	.lef_rig{ opacity:0.3; transition:all linear 0.25s;}
	.lef_rig span:first-child{ opacity:0.5; cursor:pointer; top:calc(50% - 90px); position:absolute;  z-index:2; width:50px; left:1%; text-align:center;}
	.lef_rig span:nth-child(2){ cursor:pointer;opacity:0.5; top:calc(50% - 90px); position:absolute;  z-index:2; width:50px; right:1%; text-align:center}
	.lef_rig span:hover{ opacity:0.8; }
	.lef_rig span+span:hover{ opacity:0.8;}
	.banner:hover .lef_rig{ opacity:1;}
	#dot{ background:rgba(27,175,69,1); border:2px solid rgba(27,175,69,1); opacity:1;}


	/*网站主体*/
	.often{display:block; overflow:hidden; width:100%; text-align:center; margin:52px auto 60px auto;}
	.often .title{ font-size:24px; font-weight:bold; color:#333; display:block; width:100%;}
	.often .text{ font-size:14px; color:#666; margin-top:7px;}
	.often .picture{margin-top:12px;}
	
	section.search{ background:#fff; padding:22px 0px; overflow:hidden; box-shadow:0px 5px 5px rgba(244,244,244,0.75); display:block; width:100%;}
	.search .max{ overflow:visible;}	
	.search .hotword{ float:left; max-width:70%; width:100%; line-height:40px; height:40px; overflow:hidden;}	
	.search .hotword span{font-size:14px; color:#333; font-weight:bold;}	
	.search .hotword a{ color:#333; font-size:14px; font-weight:normal; display:inline-block; margin-right:1%;}	
	.search .find{ float:right; max-width:25%; width:100%; border:1px solid #dedede; box-sizing:border-box;}
	.search .find input[type=text]{ width:calc(100% - 53px); height:40px; float:left; border:0px; box-sizing:border-box; outline:none; padding-left:2%; box-sizing:border-box; }
	.search .find input[type=submit]{ cursor:pointer; width:53px; height:40px; float:left; border:0px; background:#1baf45; color:#fff; font-size:26px;}
	
	section.products{ overflow:hidden; background:#eaeaea; padding:50px 0px; display:block; width:100%;}
	.pro_l{ float:left; max-width:21%; width:100%;}
	.pro_l_title{background:#1baf45; color:#fff; padding:16.5px 11%; box-sizing:border-box; overflow:hidden;}
	.pro_l_title p.title{ font-size:24px; font-weight:bold;}
	.pro_l_title p.text{ font-size:12px; margin-top:4px; color:rgba(255,255,255,0.18);}
	
	.pro_l ul{ background:#fff; display:block; overflow:hidden; width:100%; box-sizing:border-box; padding:10px 10% 37px 10%;}
	.pro_l li{float:left; width:100%; font-size:16px; padding:25px 0px; box-sizing:border-box;}
	.pro_l li .pro_title{float:left; text-overflow:ellipsis; white-space:pre; width:100%; overflow:hidden; padding-left:22px; box-sizing:border-box;}
	
	.pro_l li:hover{ background:url(../images/se_02.jpg) no-repeat left top; background-size:cover; border-color:#e0e0e0;}
	.pro_l li:hover *{ color:#fff;}


	.pro_l .contact{ background:url(../images/pro_01.png) no-repeat center; background-size:100% 100%; color:#fff; font-weight:bold; padding:20px 0px 44px 32px; overflow:hidden;}
	.pro_l .contact .title{ font-size:22px;}
	.pro_l .contact .tel{ font-size:16px; margin-top:8px; letter-spacing:1px; line-height:25px;}
	
	.pro_r{ max-width:77.5%; width:100%; float:right; background:#fff; padding:0px 20px 23px 20px; box-sizing:border-box;}
	.pro_r .column{ float:left; width:100%; overflow:hidden; margin:30px 0px 40px 0px;}
	.pro_r .column .title{ float:left; font-size:18px; color:#1baf45; font-weight:bold; border-left:3px solid #1baf45; padding-left:10px;}
	.pro_r .column .more{ float:right; font-size:12px; color:#333; line-height:24px;}
	.pro_r ul{ display:flex; flex-wrap:wrap; float:left; width:100%;}
	.pro_r ul li{ max-width:calc(100% / 4 - 15px); width:100%; box-sizing:border-box; float:left; background:#fff; margin:0px 20px 20px 0px; position:relative;}
	.pro_r ul li .picture{ float:left; width:100%; box-sizing:border-box;}
	.pro_r ul li .picture img{ height:162px; object-fit:cover; width:100%;}
	.pro_r ul li .title{ float:left; width:100%; overflow:hidden; text-align:center; font-size:14px; color:#fff; background:rgba(0,0,0,0.5);position:absolute; left:0px; bottom:0px;box-sizing:border-box; height:50px; line-height:50px; transition: all linear 0.25s; display:flex; align-items:center; justify-content:center;}
	.pro_r ul li .title span{transition:all linear 0.25s; border:1px solid transparent; box-sizing:border-box; margin-top:0px; padding:0px 10px; float:left; overflow:hidden; white-space:pre; text-overflow:ellipsis; max-width:80%;}
	.pro_r ul li:nth-of-type(4n){ margin-right:0px;}
	.pro_r ul li:hover .title{ height:100%;}
	.pro_r ul li:hover .title span{ line-height:40px; border-color:#fff;}
	.pro_r .column .more:hover{ color:#1baf45;}

	section.slogan{ display:block; overflow:hidden; width:100%; background:url(../images/ad_01.jpg) no-repeat center top; background-size:cover; padding:12px 0px;}	
	.slogan .picture{ float:left;overflow:hidden;}
	.slogan .picture img{ float:left; width:100%; object-fit:cover;}
	.slogan .content{ float:left; max-width:39%; width:100%; margin-top:17px;}
	.slogan .content .title{ float:left; max-width:55%; font-size:35px; font-weight:bold; color:#fff;}
	.slogan .content .text{ float:left; max-width:45%; margin-left:5px;}
	.slogan .content .text p:first-child{float:left; color:rgba(255,255,255,0.3);}
	.slogan .content .text p:nth-of-type(2){float:left; color:#fff;}
	.slogan .content .intro{float:left; background:#fff; padding:8px 14px 2px 14px; border-radius:37px; overflow:hidden; box-sizing:border-box; margin-top:7px;}
	.slogan .contact{ float:right; margin-right:55px; max-width:20%; width:100%; display:flex; align-items:center; justify-content:space-between; overflow:hidden; margin-top:30px;}
	.slogan .contact img{ float:left; margin:0px;}
	.slogan .contact .tel{ float:right; max-width:calc(100% - 45px); font-size:18px; color:#fff; margin:0px;}
	.slogan .contact .tel font{ float:left; width:100%; font-size:28px; color:#fff; font-weight:bold;}

	section.case{ display:block; width:100%; overflow:hidden;}
	.case_b li{ float:left; max-width:calc(100% / 4 - 20px); margin:0px 26px 30px 0px; background:#000; position:relative; overflow:hidden;}
	.case_b li:nth-of-type(4n){margin-right:0px;}
	.case_b li .picture{ float:left; width:100%; overflow:hidden; transition:all linear 0.25s;}
	.case_b li .picture img{ height:220px; width:100%; float:left; object-fit:cover;}
	.case_b li .title{ position:absolute; left:0px; right:0px; top:0px; bottom:0px; margin:auto; opacity:0; max-width:140px; height:47px; text-align:center; color:#fff; border:1px solid #fff; line-height:47px; transition:all linear 0.25s;}
	.case_b li:hover .picture{ opacity:0.5;}
	.case_b li:hover .title{opacity:1;}

	section.about{ background:#eee; display:block; overflow:hidden; width:100%; padding-bottom:60px;}
	.about_b .picture{float:left; max-width:50%;}
	.about_b .content{float:right; max-width:47%;}
	.about_b .content .title{float:left; color:#1baf45; font-size:26px; font-weight:bold; width:100%; overflow:hidden; letter-spacing:1px;}
	.about_b .content .text{ font-size:12px; color:#666; float:left; width:100%; overflow:hidden; margin-top:4px;}
	.about_b .content .intro{ font-size:16px; line-height:32px; color:#333; float:left; width:100%; overflow:hidden; text-indent:32px; margin-top:14px;}
	.about_b .content .more{ float:left; width:136px; line-height:40px; height:40px; background:#1baf45; text-align:center; font-size:14px; color:#fff; margin-top:40px;}
	.about_b .content .more:hover{ background:#ff9900;}


	section.super{background:#fff; overflow:hidden; padding-bottom:60px; overflow:hidden; background-size:cover;}
	.super_title{ text-align:center; margin:50px auto; padding:30px 0px 10px 0px; background-size:contain;}
	.super_title .title{ font-size:24px; font-weight:bold; color:#333;}
	.super_title .text{ font-size:20px; color:#333; line-height:38px; margin-top:18px; font-weight:bold;}
	.super_title .text span{ background:#1baf45; display:inline-block; margin-right:12px; padding:0px 14px; box-sizing:border-box; color:#fff; position:relative;}
	.super_title .text span::before{ content:""; background:url(../images/of_02.png) no-repeat; width:11px; height:10px; position:absolute; top:100%; left:0px; float:left; overflow:hidden;}
	.super_b{ overflow:hidden; background:url(../images/sp_01.jpg) no-repeat bottom center; display:block; width:100%; overflow:hidden; padding:38px 0px;}
	.super_b .title{ overflow:hidden; margin-bottom:75px; display:flex; align-items:center;}
	.super_b .title:last-child{margin-bottom:0px;}
	.super_b .title .text{float:right; max-width:calc(100% - 94px);padding:0px 12px; box-sizing:border-box; margin-right:0px;}
	.super_b .title p:first-child{ font-size:20px; color:#1baf45; font-weight:bold;}
	.super_b .title p:nth-of-type(2){ font-size:16px; color:#666; margin-top:4px;}
	.super_b .title font{ font-size:30px;}
	.super_b .number{ width:76px; height:76px; float:left; border-radius:100%; border:3px dashed #d1d1d1; overflow:hidden; box-sizing:border-box; padding:3px; margin-left:0px;}
	.super_b .number span{ float:left; width:100%; height:100%; background:#1baf45; border-radius:100%;text-align:center; font-size:30px; color:#fff; font-weight:bold; display:flex; justify-content:center; align-items:center; line-height:64px;}
	.super_b .content{ max-width:58%; width:100%; float:left; margin-top:50px;}
	.super_b .picture{ max-width:42%; width:100%; float:right;}
	.super_b .picture img{ float:right;}
	.super_b:nth-of-type(2){padding-top:0px !important;}
	.super_b:nth-of-type(even) .content{ float:right;}
	.super_b:nth-of-type(even) .picture{ float:left;}
	.super_b:nth-of-type(even) .picture img{ float:left;}


	section.slogan_2{ display:block; overflow:hidden; width:100%; background:url(../images/so_01.jpg) no-repeat center top; background-size:cover; padding:12px 0px;}	
	.slogan_2 .picture{ float:left;overflow:hidden;}
	.slogan_2 .picture img{ float:left; width:100%; object-fit:cover;}
	.slogan_2 .content{ float:left; max-width:42%; width:100%; margin:14px 0px 0px 20px;}
	.slogan_2 .content .title{ font-size:20px; color:#fff; font-weight:bold;}
	.slogan_2 .content ul{ float:left; overflow:hidden; width:100%; margin-top:26px; padding-left:15px; box-sizing:border-box;}
	.slogan_2 .content li{ float:left; max-width:122px; width:100%; background:#fff; padding:5px 3.5%; border-radius:8px; margin-right:20px; box-sizing:border-box;}
	.slogan_2 .content li .icon{ float:left; max-width:20px; margin-top:2px; overflow:hidden;}
	.slogan_2 .content li .icon img{ float:left; max-width:200%;}
	.slogan_2 .content li .title{ float:right; font-size:18px; color:#1baf45; max-width:calc(100% - 20px);}
	.slogan_2 .content li:last-child{margin-right:0px;}
	
	.slogan_2 .contact{margin:10px 0px 0px 0px; float:right; color:#fff;}
	.slogan_2 .contact .title{ font-size:22px;}
	.slogan_2 .contact .tel{ font-size:26px; font-weight:bold;}
	.slogan_2 .contact .address{font-size:14px;}
	.slogan_2 .content li:hover{ background:#ff9900;}
	.slogan_2 .content li:hover .title{ color:#fff;}
	.slogan_2 .content li:hover .icon img{ margin-left:-100%;}


	section.news{ display:block; width:100%; overflow:hidden; background:#eee; padding:40px 0px 48px 0px;}
	.news_b{ padding:33px 2%; background:#fff; overflow:hidden; display:block; width:100%; box-sizing:border-box;}
	.news_l{ float:left; max-width:calc(100% / 3 - 19px); width:100%; margin-right:28px;}
	.news_l .column{ border-left:6px solid #1baf45; box-sizing:border-box; float:left; width:100%; overflow:hidden; line-height:25px; margin-bottom:24px;}
	.news_l .column .title{ float:left; font-size:16px; font-weight:bold; color:#333; margin:0px 2.5%;}
	.news_l .column .text{ float:left; font-size:14px; color:#999;}
	.news_l .column .more{ float:right; width:25px; height:25px; line-height:25px; border:1px solid #ebebeb; color:#bebebe; font-family:"仿宋"; font-size:16px; font-weight:bold; text-align:center; box-sizing:border-box;}

	.news_l .show{ float:left; overflow:hidden; width:100%;}
	.news_l .show .picture{ float:left; max-width:125px; width:100%; border-radius:6px; overflow:hidden;}
	.news_l .show .picture img{ float:left; height:95px; width:100%; object-fit:cover; transition:all linear 0.25s;}
	.news_l .show .content{ float:right; max-width:calc(100% - 140px); width:100%;}
	.news_l .show .content .title{ font-size:16px; color:#333; font-weight:bold; white-space:pre; text-overflow:ellipsis; overflow:hidden; float:left; width:100%;}
	.news_l .show .content .text{ font-size:14px; line-height:20px; color:#666; margin-top:10px; float:left; width:100%; overflow:hidden; max-height:40px; height:40px;}
	.news_l .show .content time{ font-size:12px; color:#999;}
	.news_li{ float:left; width:100%; overflow:hidden; margin-top:18px;}
	.news_li li{ float:left; width:100%; overflow:hidden; display:flex; align-items:center; border-bottom:1px dashed rgba(35,35,35,0.15); padding:12px 0px;}
	.news_li li a{ font-size:14px; color:#333; float:left; max-width:calc(100% - 20px); width:100%; white-space:pre; text-overflow:ellipsis; overflow:hidden; margin-right:0px;}
	.news_li li::before{ float:left; content:""; width:7px; height:7px; background:#1baf45; transform:rotate(45deg); margin:6px 5px;}
	.news_li li:hover a{ color:#1baf45;}
	.news_l .show:hover .picture img{ transform:scale(1.1);}
	.news_l .show:hover .content .title{color:#1baf45;}
	.news_l .column .more:hover{ background:#1baf45; color:#fff;}
	

	.issue{float:right; background:#fff; margin-right:0px;}
	.issue ul{ float:left; width:100%; overflow:hidden;}
	.issue li:first-child{padding-top:0px;}
	.issue li{ float:left; width:100%; overflow:hidden; border-bottom:1px dashed #efeaea; padding:10px 0px;}
	
	.issue li .title{ float:left; width:26px; height:26px; line-height:26px; text-align:center; font-size:14px;color:#fff; border-radius:100%;}
	.issue li .text{float:right; max-width:calc(100% - 40px); width:100%; line-height:20px; overflow:hidden;}
	
	
	.issue li .ans{ float:left; width:100%; overflow:hidden; margin-bottom:10px;}
	.issue li .ans .title{background:#454545;}
	.issue li .ans .text{ text-overflow:ellipsis; white-space:pre; line-height:26px; font-size:14px;}
	.issue li .que{ float:left; width:100%; overflow:hidden;}
	.issue li .que .title{ background:#1baf45;}
	.issue li .que .text{ height:40px; max-height:40px;color:#999; font-size:12px;}
	.issue li:hover .ans .text{ color:#1baf45;}
	
	
	section.url{ overflow:hidden; display:block; width:100%; padding:42px 0px 40px 0px;}
	.url .column{ display:block; text-align:center; border:1px solid #cfcfcf; padding:0px 15px 10px 15px;}
	.url .column .title{ display:inline-block; background:#fff; margin:0px auto; color:#333; font-size:20px; font-weight:bold;}
	.url .column .title font{ float:left; width:100%; color:#1baf45; font-size:18px; font-weight:bold;}
	.url .content{ float:left; max-width:100%; width:100%; background:#fff; margin-top:10px;}
	.url .content *{font-size:14px; line-height:28px; color:#333; margin-right:1%; float:left;}
	
	section.footer_nav{ display:block; width:100%; overflow:hidden; background:#1baf45; padding:15px 0px;}
	.footer_nav li{ float:left; max-width:calc(100% / 8); width:100%; text-align:center;}
	.footer_nav li a{ font-size:16px; color:#fff;}
	
	footer.footer{ background:#333;	 overflow:hidden; padding:20px 0px;}
	.footer .max{ display:flex; align-items:center;}
	.footer .logo{ float:left; max-width:49.5%; width:100%; margin:0px; border-right:1px solid rgba(255,255,255,0.4); box-sizing:border-box; padding:27px 0px;}
	.footer .contact{ float:left; font-size:14px; color:#fff; line-height:36px; margin:0px; max-width:31%; width:100%; padding-left:26px; box-sizing:border-box;}
	.footer .contact a{ color:#FFF;}
	.footer .code{ float:right; max-width:12%; width:100%; overflow:hidden; box-sizing:border-box; margin-right:0px;}
	.footer .code div{ align-items:center; display:flex; float:left; max-width:50%;}
	.footer .code .title{ float:left;font-size:14px; color:#fff; text-align:center; width:100%; margin-top:12px;}
	.footer .code .picture{ float:left; width:100%; text-align:center;}
	
	
	
	.page_brand{ float:right; max-width:76%; width:100%;}
	.page_brand li{ float:left; max-width:calc(100% / 3 - 15px); margin-right:20px; width:100%; margin-bottom:20px;}
	.page_brand li:nth-of-type(3n){margin-right:0px;}
	.page_brand li .picture{ height:195px; float:left; width:100%; background:#f4f4f4; padding:10px 0px;}
	.page_brand li img{ height:195px; display:block;}
	.page_brand li .title{ padding:14px 0px; text-align:center; float:left; width:100%; background:#848484; margin-top:10px; color:#fff;}
	.page_brand li:hover .title{ background:rgba(0,104,183,1);}
	
	.page_brand_title{ font-size:18px; color:#333; text-align:left; border-bottom:#dbdbdb 2px solid; padding:13px 0px;}
	.page_brand_text{ margin-top:30px; font-size:12px; color:#111; text-indent:24px; line-height:22px;}
	.page_brand table{ float:left; width:100%; background:#ccc; box-sizing:border-box; font-size:12px; color:#333; text-align:left; margin-top:40px;}
	.page_brand table tr{ float:left;width:100%; border-bottom:2px solid #ccc; display:flex;}
	.page_brand table tr:last-child{border-bottom:0px;}
	.page_brand table tr th{ float:left; max-width:calc(100% / 6); font-size:12px; border-right:2px solid #ccc; width:100%; background:#efefef; box-sizing:border-box; padding:5px 5px;}
	.page_brand table tr th:last-child{ border-right:0px;}
	.page_brand table tr td{ float:left; max-width:calc(100% / 6); width:100%; background:#fff; box-sizing:border-box; border-right:2px solid #ccc; padding:10px 5px; word-break:break-all;}
	.page_brand table tr td:last-child{ border-right:0px;}
	.page_brand table tr:hover td{ background:rgba(0,104,183,0.5); color:#fff;}




	
	/*新闻页面*/
	.page_address{ background:#f5f5f5; padding:16px 0px; box-shadow:0px 3px 3px #ddd; margin-bottom:40px; font-size:14px;}
	.page{padding:2px 2px 40px 2px; box-sizing:border-box; overflow:hidden;}	
	.page_contact{float:left; margin-top:20px; width:100%;}
	.page_contact div:nth-of-type(2){ background:#fff;float:left; width:100%;padding:10px 5%; box-sizing:border-box;}
	.page_contact div:nth-of-type(2) p{ line-height:30px; font-size:14px; color:#333;}
	
	
	
	.list_l{ max-width:250px; width:100%;overflow:hidden; float:left;}
	.list_l .pro_l{ max-width:100%;}
	.list_l .pro_l ul{border:1px solid rgba(0,0,0,0.3); box-sizing:border-box;}
	


	.list_l .contact{ margin-top:22px; float:left; width:100%; box-sizing:border-box;}
	.list_l .contact .title{ background:#1baf45; text-align:center; padding:14px 0px; font-size:18px; color:#fff;}
	.cont_b{ padding:0px 3%; border:1px solid rgba(0,0,0,0.3); box-sizing:border-box;}
	.cont_b .picture{margin-top:5px;}
	.cont_b .picture img{ width:100%;}
	.cont_b p{ font-size:14px; color:#333; margin:8px auto;}

	
	.page_r{ width:75%; float:right;}
	
	.news_list .page_r li{ width:calc(100% - 10px); float:left; background:rgba(255,253,255,0.60); padding:15px 1%; box-sizing:border-box; margin-bottom:10px; box-shadow:0px 0px 5px #ccc;}
	.news_list .page_r li .picture{ max-width:25%; float:left;}
	.news_list .page_r li .picture img{ height:160px;float:left; object-fit:cover; width:100%;}
	.news_list .page_r li .content{ max-width:73%; width:100%; float:right;}
	.news_list .page_r li .content .title{ font-size:17px; color:#111; text-overflow:ellipsis; white-space:pre; display:block; width:100%; overflow:hidden;}
	.news_list .page_r li .content time{ font-size:12px; color:#666; margin-top:10px; display:block;width:100%; overflow:hidden;}
	.news_list .page_r li .content .text{ font-size:14px; color:#333; line-height:24px; height:48px; overflow:hidden; margin-top:10px;}
	.news_list .page_r li .content .more{ font-size:14px; color:#333; line-height:30px; border:1px solid #ddd; text-align:center; float:left; text-align:center; width:140px; margin-top:15px;}
	.news_list .page_r li .content .more:hover{background:rgba(0,104,183,1); color:#fff; border-color:rgba(0,104,183,1);}
	
	.news_list .page_r li:hover{background:rgba(255,253,255,1.00); box-shadow:0px 0px 5px rgba(0,104,183,1);}
	
	.pro_list .page_r li{ max-width:calc( 100% / 4 - 15px); float:left; margin-right:18px; margin-bottom:10px; width:100%; box-shadow:0px 0px 5px #ddd;}
	.pro_list .page_r li:nth-of-type(4n){ margin-right:0px;}
	.pro_list .page_r li .picture{width:100%; display:block;}
	.pro_list .page_r li .picture img{ height:158px; width:100%; object-fit:cover; display:block;}
	.pro_list .page_r li .title{line-height:40px; background:rgba(255,255,255,0.50); float:left; width:100%; text-overflow:ellipsis; white-space:pre; text-align:center;}
	.pro_list .page_r li:hover{ box-shadow:0px 0px 5px rgba(0,104,183,1);}
	.pro_list .page_r li:hover p{ background:rgba(255,255,255,1.00);}
	
	
	.page_odd{ overflow:visible;}
	.page_odd .page_r{background:rgba(255,255,255,0.75); padding:0 2%; box-sizing:border-box; box-shadow:0px 0px 3px rgba(0,0,0,0.30)}
	.page_odd_title{ width:100%; text-align:center; margin-bottom:1%; font-size:20px; font-weight:bold; margin:20px 0px;}
	.page_odd_time{ width:100%; text-align:center; display:block; margin-bottom:1%; padding:10px 0px; border-bottom:1px solid #ddd; border-top:1px solid #ddd; color:#333; font-size:12px;}
	.page_odd_img{ text-align:center; margin-bottom:1%;}
	.page_odd_content{margin-bottom:1%;}
	.page_odd_content p{ line-height:32px;}
	
	.page_odd_list{ margin:1% 0;}
	.page_odd_list span{ float:left; width:100%; color:#333; line-height:24px;}
	.page_odd_list span a{ color:#666;}
	
	.page_list{ float:right; max-width:100%; width:100%; text-align:center; overflow:hidden; margin:32px auto;}
	.page_list a:first-child{ display:none;}
	.page_list *{font-size:12px; color:#333; display:inline-block; margin:0px 4px; border:1px solid #343434; padding:5px 10px;}
	.page_list a:hover,.page_list b{border-color:rgba(0,104,183,1); background:rgba(0,104,183,1); color:#fff;}
	
	
	
	

	/*返回顶部*/
	
	.top{ cursor:pointer; position:fixed; bottom:80px; background:rgba(0,104,183,0.50); right:1%; font-size:60px; display:none; z-index:99;}
	.top::before{font-size:60px; color:rgba(255,255,255,0.5);}
	.top:hover{background:rgba(0,104,183,1.00);}
	.top:hover::before{color:rgba(255,255,255,1);}
	
	
	.sj_footer{ display:none; width:100%; background:#fff; position:fixed; bottom:0px; border-top:1px solid #ccc; z-index:999;}
	.sj_footer a{ width:33%; float:left; text-align:center; padding:3% 0;}
	.sj_footer span{ width:100%; float:left; color:#333;}
	.sj_footer img{ max-width:20%;}


	@font-face {
		font-family:hzgb;
		src:url(../font/hzgb.ttf);
	}

	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666;
	}
		
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666;
	}
	
	input:-ms-input-placeholder{
	color: #666;
	}
	
	input::-webkit-input-placeholder{
	color: #666;
	}

	
	textarea:-ms-input-placeholder{
	color: #666;
	}
	
	textarea::-webkit-input-placeholder{
	color: #666;
	}
	
	
	